home *** CD-ROM | disk | FTP | other *** search
/ Chip 2003 May / CHIPCD200305.iso / game / cat.swf / scripts / frame_5 / PlaceObject2_374_192 / CLIPACTIONRECORD onClipEvent(enterFrame).as
Encoding:
Text File  |  2003-03-01  |  242 b   |  14 lines

  1. onClipEvent(enterFrame){
  2.    if(_root.pause == false)
  3.    {
  4.       if(_root.huangjin == true)
  5.       {
  6.          this.gotoAndStop(2);
  7.       }
  8.       if(_root.shijiancuoluan == true)
  9.       {
  10.          this.gotoAndStop(3);
  11.       }
  12.    }
  13. }
  14.